serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 serial driver
authorMarek Vasut <[email protected]>
Thu, 13 Sep 2012 10:33:50 +0000 (12:33 +0200)
committerTom Rini <[email protected]>
Mon, 15 Oct 2012 18:53:53 +0000 (11:53 -0700)
commit829b3b2e88679d026d46d75eebbc24d3fce2474c
tree726982d1b3b0cc081e8008007b4cbde3b50ed2b1
parent619c90bbebaee55f3066e818ba380e00d3336c25
serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 serial driver

Implement support for CONFIG_SERIAL_MULTI into evb64260 serial driver.
This driver was so far only usable directly, but this patch also adds
support for the multi method. This allows using more than one serial
driver alongside the evb64260 driver. Also, add a weak implementation
of default_serial_console() returning this driver.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Stefan Roese <[email protected]>
board/evb64260/serial.c
common/serial.c